Skip to content

fix(daemon): cron schedule mismatch and duplicate job scoping#714

Merged
kys0213 merged 1 commit intomainfrom
feature/issue-483
Mar 30, 2026
Merged

fix(daemon): cron schedule mismatch and duplicate job scoping#714
kys0213 merged 1 commit intomainfrom
feature/issue-483

Conversation

@kys0213
Copy link
Copy Markdown
Owner

@kys0213 kys0213 commented Mar 30, 2026

Summary

Autopilot 자동 구현

Closes #483

Changes

  • Removed evaluate, gap_detection, and knowledge_extraction from global builtin_jobs
  • These jobs should only run per-workspace via seed_workspace_crons, not globally
  • Fixed workspace schedule intervals:
    • evaluate: 21600s → 60s
    • gap_detection: 43200s → 3600s
    • knowledge_extraction: 86400s → 3600s

…global builtin_jobs

These three jobs should only run per-workspace (via seed_workspace_crons),
not in the global scope. Also fix workspace schedules:
- evaluate: 21600s -> 60s
- gap_detection: 43200s -> 3600s
- knowledge_extraction: 86400s -> 3600s

Closes #483

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kys0213 kys0213 added the autopilot:auto Autopilot auto PR label Mar 30, 2026
@kys0213 kys0213 merged commit 2949edc into main Mar 30, 2026
4 checks passed
@kys0213 kys0213 deleted the feature/issue-483 branch March 30, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autopilot:auto Autopilot auto PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(daemon): cron schedule mismatch and duplicate job scoping

1 participant